home *** CD-ROM | disk | FTP | other *** search
- subroutine memory
- implicit double precision (a-h,o-z)
- c spice version 2g.6 sccsid=memmgr 3/15/83
- common /memmgr/ cpyknt,istack(1),lorg,icore,maxcor,maxuse,memavl,
- 1 ldval,numblk,loctab,ltab,ifwa,nwoff,ntab,maxmem,memerr,nwd4,
- 2 nwd8,nwd16
- c spice version 2g.6 sccsid=flags 3/15/83
- common /flags/ iprnta,iprntl,iprntm,iprntn,iprnto,limtim,limpts,
- 1 lvlcod,lvltim,itl1,itl2,itl3,itl4,itl5,itl6,igoof,nogo,keof
- if(icore.le.maxmem) go to 10
- 5 memerr=4
- return
- 10 continue
- c
- c set job field length to 'icore+locf(istack(ifwa))'
- c
- return
- end
-